* emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:07:01 +0000 (21:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:07:01 +0000 (21:07 +0000)
conditions for function or variable bindings.

lisp/ChangeLog

index b3b104f0d4b60c722e3dc6fed9ea5e52a74838a2..b918dd08810c3d63bc6811163aa5f7d18e43b6ed 100644 (file)
@@ -1,5 +1,8 @@
 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
 
+       * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
+       conditions for function or variable bindings.
+
        * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
 
        * progmodes/compile.el (compilation-start): Ditto.